Skip to content

Add enterprise managed server settings example#1721

Closed
taylorreis wants to merge 1 commit into
github:stagedfrom
taylorreis:tr/enterprise-managed-server-settings
Closed

Add enterprise managed server settings example#1721
taylorreis wants to merge 1 commit into
github:stagedfrom
taylorreis:tr/enterprise-managed-server-settings

Conversation

@taylorreis

Copy link
Copy Markdown

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • I have read and followed the Guidance for submissions involving paid services.
  • My contribution adds a new instruction, prompt, agent, skill, or workflow file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, agent, skill, or workflow with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.
  • I am targeting the staged branch for this pull request.

Description

Adds enterprise-managed settings currently supported as part of public preview: https://github.blog/changelog/2026-05-06-enterprise-managed-plugins-in-github-copilot-cli-are-now-in-public-preview/

Docs: https://docs.github.com/en/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-agents/configure-enterprise-plugin-standards


Type of Contribution

  • New instruction file.
  • New prompt file.
  • New agent file.
  • New plugin.
  • New skill file.
  • New agentic workflow.
  • Update to existing instruction, prompt, agent, plugin, skill, or workflow.
  • Other (please specify): New feature

Additional Notes


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

@taylorreis taylorreis requested a review from aaronpowell as a code owner May 14, 2026 23:11
Copilot AI review requested due to automatic review settings May 14, 2026 23:11

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a sample enterprise-managed Copilot CLI settings file (.github/copilot/settings.json) demonstrating the new public-preview enterprise plugin standards: registering an extra marketplace (github/agent-skills) and force-enabling the assign-issue-to-copilot@agent-skills plugin.

Changes:

  • New .github/copilot/settings.json declaring an extraKnownMarketplaces entry for github/agent-skills and an enabledPlugins entry for assign-issue-to-copilot@agent-skills.
Show a summary per file
File Description
.github/copilot/settings.json New repo-level Copilot CLI settings example showcasing enterprise-managed plugin/marketplace configuration.

Copilot's findings

  • Files reviewed: 1/1 changed files
  • Comments generated: 2

Comment on lines +2 to +9
"extraKnownMarketplaces": {
"agent-skills": {
"source": {
"source": "github",
"repo": "github/agent-skills"
}
}
},
Comment on lines +1 to +13
{
"extraKnownMarketplaces": {
"agent-skills": {
"source": {
"source": "github",
"repo": "github/agent-skills"
}
}
},
"enabledPlugins": {
"assign-issue-to-copilot@agent-skills": true
}
}
@taylorreis taylorreis closed this May 28, 2026
@taylorreis taylorreis deleted the tr/enterprise-managed-server-settings branch May 28, 2026 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants